Move roaring bitmaps code to gtk/roaring/ and add a README
authorSimon McVittie <smcv@debian.org>
Sat, 8 Aug 2020 15:17:59 +0000 (16:17 +0100)
committerSimon McVittie <smcv@debian.org>
Sat, 8 Aug 2020 17:30:41 +0000 (18:30 +0100)
commit95cd8c1eb91d34954eacde65832a4bd7002da309
tree12ca9f014442de1873800426a2369375fd72ce34
parentdfb16019f80968efa240e186784c82e150125bd6
Move roaring bitmaps code to gtk/roaring/ and add a README

As suggested by Matthias Clasen on gtk!2408. This keeps the
Apache-licensed stuff together.

As per the discussion on gtk!2408 and gtk!2409, replacing this with
upstream CRoaring is specifically not supported by the GTK maintainers.

Signed-off-by: Simon McVittie <smcv@debian.org>
COPYING.Apache-2.0 [deleted file]
gtk/gtkbitset.c
gtk/roaring.c [deleted file]
gtk/roaring.h [deleted file]
gtk/roaring/COPYING [new file with mode: 0644]
gtk/roaring/README.md [new file with mode: 0644]
gtk/roaring/roaring.c [new file with mode: 0644]
gtk/roaring/roaring.h [new file with mode: 0644]